﻿body {
	background-color: #ffffff;
}



.centerSpan {
	text-align: center;
	color:grey;
}

.right {
	float: right;
	padding: 10px;
}

.tableRight {
	float: right;
	padding: 0px;
}

.left {
	float: left;
	padding: 10px;
}

.mast {
	font-size: 3em;
	font-weight: 600;
}

.navbar {
	background-color: #944e1a;
	font-size: 1em;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: white;
	padding: 8px 5px 8px 5px;
	width: 100%;
}

.navbar a {
	text-decoration: none;
	color: inherit;
}

.navbar a:hover {
		text-decoration: underline;
		color: inherit;
	}

.navbar-brand {
	font-size: 1.2em;
	font-weight: 600;
}

.navbar-item {
	font-variant: small-caps;
	margin-left: 30px;
}

.body-content {
	padding: 5px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.event {
	color: purple;
	font-weight: 600;
	text-decoration: none;
}


.event a {
		text-decoration: none;
		
	}


.event a:hover {
	text-decoration: underline;
	color: purple;
}
